home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / Formula1.swf / scripts / DefineButton2_346 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2004-07-27  |  331 b   |  9 lines

  1. on(release){
  2.    randy = random(10000);
  3.    loadVariables(_root.controller.leaderboardurl add "?flag=5&nick=" add eval("/:username") add "&time=" add eval("/:best_lap_var") add "&strtime=" add eval("/:best_lap") add "&rand=" add randy,_root.controller,"GET");
  4.    tellTarget("_root")
  5.    {
  6.       gotoAndStop("results");
  7.    }
  8. }
  9.